home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
43seconds.swf
/
scripts
/
frame_1
/
DoAction_2.as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-28
|
240 b
|
15 lines
function gobaby()
{
if(timer_int < 1)
{
clearInterval(_root.timer_id);
_root.gotoAndStop(4);
}
else
{
timer_int--;
_root.timeleft_mc.text_timer_mc.text = timer_int;
}
}
var timer_int;